23. Exercise: Click Handling
Wiring Up the RecyclerView
In this Exercise, you will get to apply what you've learned on Sunshine to handle clicks on recyclerview items.
Exercise Code
Add RecyclerView Click Handling
SOLUTION:
- Create an interface on the Adapter
- Wire to a click handler in the ViewHolder
- Implement the onClickHandler interface on MainActivity